home *** CD-ROM | disk | FTP | other *** search
/ Click 5 / Click 5.iso / data / game5.dat / scripts / DefineButton2_132 / BUTTONCONDACTION on(release).as
Text File  |  2002-11-22  |  127b  |  9 lines

  1. on(release){
  2.    if(ErrMSG._visible)
  3.    {
  4.       ErrMSG._visible = false;
  5.    }
  6.    stopAllSounds();
  7.    gotoAndPlay(55);
  8. }
  9.